Question 1:
Draw web services execution model.
Question 2:
Develop a web service with four web methods as follows:
(a) Add
(b) Subtract
(c) Multiply
(d) Divide
Question 3:
Test the web service using browser on local pc.
Install Internet Information Services on your laptop/pc (if not installed)
Using IIS manager create two separate applications as follows:
(a) MathLibService
(b) ServiceClient
Question 4:
Implement a web application “ServiceClient” which will use the MathLibService as a web service.
Develop a suitable web page for its demonstration. Use some text boxes to take input from user.
Use proxy class to get answer (response from web service) and display it on page to user.